go/types.TypeAndValue.mode (field)

11 uses

	go/types (current package)
		api.go#L392: 	mode  operandMode
		api.go#L400: 	return tv.mode == novalue
		api.go#L405: 	return tv.mode == typexpr
		api.go#L411: 	return tv.mode == builtin
		api.go#L418: 	switch tv.mode {
		api.go#L428: 	return tv.mode == value && tv.Type == Typ[UntypedNil]
		api.go#L434: 	return tv.mode == variable
		api.go#L440: 	return tv.mode == variable || tv.mode == mapindex
		api.go#L446: 	return tv.mode == commaok || tv.mode == mapindex